home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmiSoft / Misc / emu / make_lnx.readme.txt < prev    next >
Text File  |  1978-04-17  |  2KB  |  50 lines

  1. Short:    .LYX to Atari Lynx .LNX file conversion utility
  2. Author:   Keith Wilkins. Amiga port by Wojciech Pasiecznik/Voy/SSG^Dial^SWAT
  3. Uploader: Wojciech Pasiecznik/Voy/SSG^Dial^SWAT (voydial@wp.pl)
  4. Version:  5
  5. Type:     misc/emu
  6. Requires: MC68000+
  7.  
  8. Handy emulator only reads .LNX formats files, any will not read raw (.LYX)
  9. cartridge images. To convert from raw (.LYX/.040) to LNX format use
  10. the make_lnx utility.
  11.  
  12. USAGE:  make_lnx <infile> [options]
  13.  
  14. Optional arguments
  15. ------------------
  16.    -o Output filename (Default=<infile>.lnx)
  17.    -m Manufacturer    (Default=Atari)
  18.    -g Game name       (Default=<infile>.lnx)
  19.    -r Left/Right      (Default=no screen image rotation)
  20.    -b0 Bank0 size     (Default=Automatic, options 0K,64K,128K,256K,512K)
  21.    -b1 Bank1 size     (Default=0K, options 0K,64K,128K,256K,512K)
  22.  
  23. The default action (no optional params) is to convert the input filename
  24. from raw format to LNX format with the default options given above. Options
  25. can be mixed and placed in any order on the command line.
  26.  
  27. Example:
  28. make_lnx cgames.lyx                  (Converts cgames.lyx to cgames.lnx)
  29. make_lnx cgames.lyx -o calgames.lnx  (Converts cgames.lyx to calgames.lnx)
  30.  
  31. Part of the LNX header contains game and manufacturer information that may
  32. be used in later versions of Handy, you can add this into the header using
  33. the -g and -m options.
  34.  
  35. Example:
  36.  
  37. make_lnx cgames.lyx -g "California Games" -m Atari
  38.  
  39. (Converts cgames.lyx to cgames.lnx and sets the internal game/manufacturer
  40.  fields within the LNX header. The quotes are important only if your game
  41.  name has spaces within it.)
  42.  
  43.  
  44.  
  45.        <-------------------HANDY HOMEPAGE-------------------->
  46.                        http://www.esplexo.co.uk
  47.        <----------------------------------------------------->
  48.  
  49.                        http://handy.sourceforge.net
  50.